-
Notifications
You must be signed in to change notification settings - Fork 116
🌱 check registration webhook deployment for HubRegistrationDegraded condition #1043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 check registration webhook deployment for HubRegistrationDegraded condition #1043
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1043 +/- ##
==========================================
- Coverage 61.28% 61.24% -0.05%
==========================================
Files 209 209
Lines 20881 20886 +5
==========================================
- Hits 12797 12791 -6
- Misses 6967 6977 +10
- Partials 1117 1118 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request is stale because it has been open for 120 days with no activity. After 14 days of inactivity, it will be closed. Remove the |
|
@zhiweiyin318 I think you can rebase this PR? |
…didtion Signed-off-by: Zhiwei Yin <[email protected]>
3d9af2c to
a9b2580
Compare
WalkthroughThe status controller's Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code graph analysis (2)pkg/operator/operators/clustermanager/controllers/statuscontroller/clustermanager_status_controller_test.go (4)
pkg/operator/operators/clustermanager/controllers/statuscontroller/clustermanager_status_controller.go (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@qiujian16 done |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, zhiweiyin318 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4a8b2dd
into
open-cluster-management-io:main
Summary
the HubRegistrationDegraded condition in clusterManager only indicates the registration controller deployment status, need to indicates the registration webhook deployment status.
Related issue(s)
Fixes #
Summary by CodeRabbit
Bug Fixes
Tests